You are here: Configuring with VBScript > Enlisting all sites for new documents

Enlisting all sites for new documents

If your organization enlists all GCF sites for every new document by default, you can take advantage of the AutoEnlistAllSites function to make that behavior automatic. Defining the function to return True will enlist all sites when the document creation, copy, derive, replace, import, and scan actions occur. For more information about the function, see AutoEnlistAllSites function.

Following is an example:

Function AutoEnlistAllSites()
    AutoEnlistAllSites = True
End Function 

Related concepts

Centralizing sequence number generation

Understanding table data replication

Related tasks

Transferring ownership upon release

Calculating import notification messages

UpdateTable example

Executing remote script functions

Calculating document names

Requesting a document name

Handling hub vault unavailability

Customizing site delistment